home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / fightingschool.swf / scripts / frame_1 / DoAction.as
Text File  |  2006-06-09  |  134b  |  5 lines

  1. totb = this.getBytesTotal();
  2. nowb = this.getBytesLoaded();
  3. per = int(nowb / totb * 100) + "%";
  4. ldbar._xscale = nowb / totb * 100;
  5.